runtime.childInfo.sp (field)
4 uses
runtime (current package)
heapdump.go#L241: sp *uint8 // callee sp
heapdump.go#L285: dumpint(uint64(uintptr(unsafe.Pointer(child.sp)))) // sp of child, or 0 if bottom of stack
heapdump.go#L331: child.sp = (*uint8)(unsafe.Pointer(s.sp))
heapdump.go#L373: child.sp = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)